home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineSprite_2467 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  199 b   |  10 lines

  1. if(eval("/Variables:DeltaTombe") != 0)
  2. {
  3.    setProperty("_root.Meg", _Y, _root.Meg._y + 50);
  4.    set("/Variables:DeltaTombe",eval("/Variables:DeltaTombe") - 1);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(3);
  9. }
  10.